home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / MPW IIGS SC / SC.021.Dynamo / dynamo.sample / buildapp.text < prev    next >
Encoding:
Text File  |  1990-03-16  |  489 b   |  9 lines  |  [TEXT/MPS ]

  1. DUMMY                                            ;The default script filename.
  2. 0,$0800,SAMPLE.BIN                                ;Sample app, segment 1 (on server).
  3. 0,$8000,SAMPLE.BIN.2                            ;Sample app, segment 2 (on server).
  4. 0,$9000,SAMPLE.BIN.3                            ;Sample app, segment 3 (on server).
  5. $80,$800                                        ;Starting address.
  6. $                                                ;Display starting address in hex.
  7. $                                                ;Display application size in hex.
  8. N                                                ;Skip save file prompt (and don't save it).
  9. $FF,0,SAMPLE.SYSTEM                                ;Target filename, filetype, and auxtype.